Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Directed flag complex lifting (graph to simplicial complex) #44

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

tgebhart
Copy link

@tgebhart tgebhart commented Jul 9, 2024

This pull request implements the directed clique (flag) complex lifting of a graph to a simplicial complex. The directed clique complex differs from its undirected counterpart in that it only accounts for k-simplices for which the (k+1)-clique is acyclic.

This implementation largely mirrors that of the clique complex lifting with the major change being an acceptance of directed networks as input data and the bookkeeping required to detect allowable simplices from each clique.

See the following references for more information on the directed clique complex.

[1] Reimann, Michael W., et al. "Cliques of neurons bound into cavities provide a missing link between structure and function." Frontiers in computational neuroscience 11 (2017): 266051.
[2] Lütgehetmann, Daniel, et al. "Computing persistent homology of directed flag complexes." Algorithms 13.1 (2020): 19.

Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@gbg141
Copy link
Member

gbg141 commented Jul 10, 2024

Hello @tgebhart! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at guillermo_bernardez@ucsb.edu so I can share access to the voting form. In your email, please include:

Before July 12, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified.

@gbg141 gbg141 added challenge-icml-2024 award-category-1 Lifting to Simplicial or Cell Domain award-category-4 Connectivity-based Lifting labels Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
award-category-1 Lifting to Simplicial or Cell Domain award-category-4 Connectivity-based Lifting
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants